home *** CD-ROM | disk | FTP | other *** search
/ infoROM 17,000 Product Descriptions for Business / infoROM Product Descriptions for Business - ESX Interactive.ISO / argdemos / objdemo / toolkit.exe / DEFAULT.DCL < prev    next >
Encoding:
Text File  |  1992-12-17  |  2.8 KB  |  140 lines

  1. demo : dialog {
  2.     label = "TIMS Alert";
  3.     initial_focus = "demo";
  4.     : text {
  5.         alignment = centered;
  6.         value = "Demo version uses only 5 objects";
  7.         key = "t_alert";
  8.         width = 45;
  9.         fixed_width = false;
  10.     }
  11.     spacer;
  12.     spacer;
  13.     ok_only;
  14. }
  15.  
  16. tims : dialog {
  17.     label = "TIMS R12";
  18.     spacer;
  19.     : text {
  20.         alignment = centered;
  21.         label = "Total Information Management System";
  22.     }
  23.     : spacer { height = 2; }
  24.     : text {
  25.         alignment = centered;
  26.         label = "Version 12.5";
  27.     }
  28.     : spacer { height = 2.; }
  29.     : text {
  30.         alignment = centered;
  31.         label = "By Object Graphics, Inc.";
  32.     }
  33.     : spacer { height = 0.25; }
  34.     : text {
  35.         alignment = centered;
  36.         label = "Mountain View, California";
  37.     }
  38.     : spacer { height = 2.5; }
  39.     : text {
  40.         label = "(C) Copyright 1990-92 MLA Inc., 1993 BBP Inc. & Yosri Diab";
  41.     }
  42.     : spacer { height = 1; }
  43.     ok_only;
  44. }
  45. rep_out : dialog {
  46.     label = "Report Output Device";
  47.     initial_focus = "rep_out";
  48.     spacer;
  49.     spacer;
  50.     : edit_box {
  51.         label = "Output:";
  52.         key = "out";
  53.         mnemonic = "O";
  54.         allow_accept = true;
  55.     }
  56.     spacer;
  57.     spacer;
  58.     : boxed_radio_row {
  59.         : radio_button {
  60.             label = "File";
  61.             key = "file";
  62.         }
  63.         : radio_button {
  64.             label = "Printer";
  65.             key = "prnt";
  66.         }
  67.         : radio_button {
  68.             label = "Screen";
  69.             key = "scrn";
  70.         }
  71.     }
  72.     spacer;
  73.     spacer;
  74.     ok_cancel;
  75.     errtile;
  76. }
  77.  
  78. version : dialog {
  79.     label = "TIMS VERSION";
  80.     initial_focus = "version";
  81.     : text {
  82.         value = "";
  83.         key = "vers";
  84.         width = 5;
  85.         alignment = centered;
  86.     }
  87.     ok_only;
  88. }
  89.  
  90. oracle_id : dialog {
  91.     label = "Oracle ID";
  92.     initial_focus = "usr_nm";
  93.     spacer;
  94.     : edit_box {
  95.         label = "User's name:";
  96.         key = "usr_nm";
  97.     }
  98.     spacer;
  99.     : edit_box {
  100.         label = "Password   :";
  101.         key = "psswrd";
  102.     }
  103.     spacer;
  104.     ok_cancel;
  105.     errtile;
  106. }
  107.  
  108. tims_zoom : dialog {
  109.     label = "TIMS Zoom Functions";
  110.     : boxed_radio_row {
  111.         : radio_button {
  112.             label = "No Zoom";
  113.             key = "no_zo";
  114.             mnemonic = "N";
  115.         }
  116.         : radio_button {
  117.             label = "Constant";
  118.             key = "co_zo";
  119.             mnemonic = "C";
  120.         }
  121.         : radio_button {
  122.             label = "Variable";
  123.             key = "va_zo";
  124.             mnemonic = "V";
  125.         }
  126.     }
  127.     spacer;
  128.     spacer;
  129.     : edit_box {
  130.         label = "Zoom Factor :";
  131.         key = "zo_fc";
  132.         mnemonic = "Z";
  133.         allow_accept = true;
  134.     }
  135.     spacer;
  136.     spacer;
  137.     ok_cancel;
  138.     errtile;
  139. }
  140.